home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 280
- Top = 148
- Width = 460
- Height = 255
- Caption = 'Under Construction #62 - TableXML'
- Color = clBtnFace
- Constraints.MaxWidth = 460
- Constraints.MinHeight = 255
- Constraints.MinWidth = 400
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 204
- Width = 48
- Height = 13
- Caption = 'Outputfile:'
- end
- object DBGrid1: TDBGrid
- Left = 6
- Top = 6
- Width = 441
- Height = 185
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- Columns = <
- item
- Expanded = False
- FieldName = 'FieldName'
- Title.Font.Charset = DEFAULT_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -11
- Title.Font.Name = 'MS Sans Serif'
- Title.Font.Style = [fsBold]
- Width = 300
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'FieldType'
- PickList.Strings = (
- 'AutoInc'
- 'BCD'
- 'Blob'
- 'Boolean'
- 'Bytes'
- 'Currency'
- 'Date'
- 'DateTime'
- 'dBaseOle'
- 'FixedChar'
- 'Float'
- 'FmtMemo'
- 'Graphic'
- 'Integer'
- 'Memo'
- 'ParadoxOle'
- 'Smallint'
- 'String'
- 'Time'
- 'TypedBinary'
- 'VarBytes'
- 'WideString'
- 'Word')
- Title.Font.Charset = DEFAULT_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -11
- Title.Font.Name = 'MS Sans Serif'
- Title.Font.Style = [fsBold]
- Width = 80
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Size'
- Title.Font.Charset = DEFAULT_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -11
- Title.Font.Name = 'MS Sans Serif'
- Title.Font.Style = [fsBold]
- Width = 32
- Visible = True
- end>
- end
- object ButtonCancel: TButton
- Left = 374
- Top = 199
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object ButtonOK: TButton
- Left = 294
- Top = 199
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = ButtonOKClick
- end
- object EditFileName: TEdit
- Left = 64
- Top = 200
- Width = 129
- Height = 21
- TabOrder = 3
- Text = 'c:\table.xml'
- end
- object CDS: TClientDataSet
- Active = True
- Aggregates = <>
- Params = <>
- Left = 88
- Top = 128
- Data = {
- 6F0000009619E0BD0100000018000000030000000000030000006F0009466965
- 6C644E616D650100490010000100055749445448020002006400094669656C64
- 5479706501004900100001000557494454480200020018000453697A65010049
- 00100001000557494454480200020004000000}
- object CDSFieldName: TStringField
- FieldName = 'FieldName'
- Size = 100
- end
- object CDSFieldType: TStringField
- FieldName = 'FieldType'
- Size = 24
- end
- object CDSSize: TStringField
- FieldName = 'Size'
- Size = 4
- end
- end
- object DataSource1: TDataSource
- DataSet = CDS
- Left = 208
- Top = 128
- end
- end
-